| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal data() As Double _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DoubleArray( double[] data ) | |
Parameters
- data
- Specifies the data for the array.
| ActiveReports.Chart | Request technical support |
| DoubleArray Constructor(Double[]) | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal data() As Double _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DoubleArray( double[] data ) | |